Skip to main content

Week 2

Remaining from previous task lists

Documentation cleanup
  • Update the readme.md files of all repos to reflect the latest status and instructions
  • Update and clean up the documentation in peoples files.
  • Provide pavan@gqc.com credentials to Deven.
  • Document 'Collimator' related notebooks.
High priority
  1. New architecture
    1. Keep the socket connection alive all the time.
    2. Send variable sized packets based on measurements that are being sent.
  2. Check using USB connection on the ESP32-S3 as a possible alternative to communicating with a computer. << 2nd Priority>>
  3. Code cleanup. ()
  4. Documentation cleanup.
Medium priority
  1. Intermittently socket server is not getting data sent from the root node.
  2. Test node.js REST connection. >> Not needed
  3. Optimize flags for ESP build link
Low priority
  1. USB stack

    1. Send data from ESP32-S3 with TinyUSB stack
    2. C based serial listner in Linux
  2. Discuss SPI connections in atom and add to code. >> Low priority

  3. Based on header in socket server side, change the expected amount of bytes. >> Low priority

  4. Insert Liquid FFT data for each measurement into a STable in TDEngine, 'timestamp', 'fft data' >> Low priority

  5. Send full freq spectrum over the network. >> Not needed

December 05, 2022

  1. Generate inputs and outputs of the bioreacter 1 and send to Deven for timeseries prediction.
  2. Output the collimator results to TDEngine

December 06, 2022

  1. Switch between USB and Socket using a define statement in the main.